home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 April: Mac OS SDK / Dev.CD Apr 96 SDK / Dev.CD Apr 96 SDK1.toast / Development Kits (Disc 1) / OpenDoc Development Framework / ODFDev / RBPPCRelease / Precompile Headers / ODUtil.pch < prev    next >
Encoding:
Text File  |  1995-10-20  |  782 b   |  30 lines  |  [TEXT/MPS ]

  1. //========================================================================================
  2. //
  3. //    File:                ODUtil.pch++
  4. //    Release Version:    $ 1.0d11 $
  5. //
  6. //    Copyright:    1995 by Apple Computer, Inc., all rights reserved.
  7. //
  8. //========================================================================================
  9.  
  10. /* ODHeaders.cpp: Precompiled header for OpenDoc part development */
  11.  
  12. #include "ODConfig.h"
  13.  
  14. #pragma once on
  15.  
  16. // Headers for OpenDoc utilities. Several of these need to be
  17. // included before ODTypes.h to work their magic.
  18. #include <AltPoint.h>
  19. #include <AltPoly.h>
  20. #include <Except.h>
  21. #include <ODDebug.h>
  22. #include <ODNew.h>
  23. #include <UseRsrcM.h>
  24.  
  25. // Central headers for OpenDoc types and part handler API:
  26. #include <ODTypes.h>
  27. #include <Part.xh>
  28.  
  29. #include "FWPoint.h"
  30.